3.647 \(\int \frac {x^3}{a+c x^4} \, dx\)

Optimal. Leaf size=15 \[ \frac {\log \left (a+c x^4\right )}{4 c} \]

[Out]

1/4*ln(c*x^4+a)/c

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {260} \[ \frac {\log \left (a+c x^4\right )}{4 c} \]

Antiderivative was successfully verified.

[In]

Int[x^3/(a + c*x^4),x]

[Out]

Log[a + c*x^4]/(4*c)

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rubi steps

\begin {align*} \int \frac {x^3}{a+c x^4} \, dx &=\frac {\log \left (a+c x^4\right )}{4 c}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \[ \frac {\log \left (a+c x^4\right )}{4 c} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/(a + c*x^4),x]

[Out]

Log[a + c*x^4]/(4*c)

________________________________________________________________________________________

fricas [A]  time = 0.49, size = 13, normalized size = 0.87 \[ \frac {\log \left (c x^{4} + a\right )}{4 \, c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+a),x, algorithm="fricas")

[Out]

1/4*log(c*x^4 + a)/c

________________________________________________________________________________________

giac [A]  time = 0.17, size = 14, normalized size = 0.93 \[ \frac {\log \left ({\left | c x^{4} + a \right |}\right )}{4 \, c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+a),x, algorithm="giac")

[Out]

1/4*log(abs(c*x^4 + a))/c

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 0.93 \[ \frac {\ln \left (c \,x^{4}+a \right )}{4 c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(c*x^4+a),x)

[Out]

1/4*ln(c*x^4+a)/c

________________________________________________________________________________________

maxima [A]  time = 1.36, size = 13, normalized size = 0.87 \[ \frac {\log \left (c x^{4} + a\right )}{4 \, c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^4+a),x, algorithm="maxima")

[Out]

1/4*log(c*x^4 + a)/c

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 13, normalized size = 0.87 \[ \frac {\ln \left (c\,x^4+a\right )}{4\,c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(a + c*x^4),x)

[Out]

log(a + c*x^4)/(4*c)

________________________________________________________________________________________

sympy [A]  time = 0.19, size = 10, normalized size = 0.67 \[ \frac {\log {\left (a + c x^{4} \right )}}{4 c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(c*x**4+a),x)

[Out]

log(a + c*x**4)/(4*c)

________________________________________________________________________________________